classic

Namespace

canopy.runner

Functions and values

Function or valueSignatureDescription
#( &&! ) description fdescription:string -> f:'a6 -> unit

CompiledName:op_AmpAmpBang

#( &&& ) description fdescription:string -> f:(unit -> unit) -> unit

CompiledName:op_BitwiseAnd

#( &&&& ) description fdescription:string -> f:(unit -> unit) -> unit

CompiledName:op_AmpAmpAmpAmp

#( &&&&& ) description fdescription:string -> f:(unit -> unit) -> unit

CompiledName:op_AmpAmpAmpAmpAmp

#after(f)f:(unit -> unit) -> unit
#before(f)f:(unit -> unit) -> unit
#context(c)c:string -> unit
#contextFailedbool
#fail ex test suite autoFail urlex:Exception -> test:Test -> suite:suite -> autoFail:bool -> url:string -> unit
#failSuite ex suiteex:Exception -> suite:suite -> unit
#failedbool
#failedContextsstring list
#failedCountint
#lastly(f)f:(unit -> unit) -> unit
#many count fcount:int -> f:(unit -> unit) -> unit
#nmany count description fcount:int -> description:string -> f:(unit -> unit) -> unit
#ntest description fdescription:string -> f:(unit -> unit) -> unit
#onFail(f)f:(unit -> unit) -> unit
#onPass(f)f:(unit -> unit) -> unit
#once(f)f:(unit -> unit) -> unit
#pass id suiteid:string -> suite:suite -> unit
#passedCountint
#run()unit -> unit
#runFor(browsers)browsers:Browsers -> unit
#safelyGetUrl()unit -> string
#skip(id)id:string -> unit
#skipNextTestbool
#skippedunit -> unit
#skippedCountint
#suitessuite list
#test(f)f:(unit -> unit) -> unit
#todounit -> unit
#tryTest test suite functest:'?20185 -> suite:'?20186 -> func:(unit -> unit) -> Result
#wip(f)f:(unit -> unit) -> unit
#xtest(f)f:'?20171 -> unit